home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / ForCLI / 0Utils13.lha / 0Utils / VolName.doc < prev    next >
Text File  |  1995-03-20  |  972b  |  57 lines

  1.  
  2.  
  3.     NAME
  4.     VolName
  5.  
  6.     SYNOPSIS
  7.     VolName - get the Volumename of a file - Requires v37
  8.  
  9.     INPUTS
  10.     FILE/A,VOLUME/S,DEVICE/S
  11.  
  12.     FUNCTION
  13.     VolName gets a filename and evaluates its
  14.     Volumename.
  15.  
  16.     If VOLUME is selected, we call GetNameFromLock
  17.     and evaluate the Volumename from that string
  18.  
  19.     If DEVICE is selected, we try to get the
  20.     Devicename instead of the Volumename.
  21.  
  22.     DEVICE hides VOLUME.
  23.  
  24.     The resulting string is sent to STDOUT.
  25.  
  26.     RESULT
  27.     the volumename of the file, or empty string
  28.     if information can not be found
  29.  
  30.     NOTES
  31.     CLI - only
  32.  
  33.     should compile with SAS-C
  34.  
  35.     BUGS
  36.     We use 'Lock' to check the file, so an exclusively
  37.     locked or non existant file is not recognized, if
  38.     one of the flags is given.
  39.  
  40.     EXAMPLES
  41.     (we are assuming You use a unmodified Workbench)
  42.  
  43.     >VolName ENV:Sys
  44.     ENV:
  45.  
  46.     >VolName ENV:Sys VOLUME
  47.     Ram Disk:
  48.  
  49.     >VolName ENV:Sys DEVICE
  50.     RAM:
  51.  
  52.     AUTHOR
  53.     Bernd Noll, Brunnenstrasse 55, D-67661 Kaiserslautern
  54.     noll@student.uni-kl.de
  55.  
  56.  
  57.